home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / SIDIS098.ZIP / TCPIP / BIN / TCPSTART.CMD < prev   
Encoding:
Text File  |  1996-04-14  |  995 b   |  36 lines

  1. @echo off
  2. c:
  3. cd c:\tcpip\bin
  4. cls
  5. echo Configuring TCP/IP .....
  6. @echo on
  7. IF EXIST SETUP.CMD CALL SETUP.CMD
  8. @echo off
  9. echo ..... Finished configuring TCP/IP
  10. cls
  11. echo Starting the TCP/IP processes .....
  12. call strtsema.cmd
  13. echo     ..... SENDMAIL started
  14. call strtinet.cmd
  15. echo     ..... INET Super Server started
  16. echo ..... Finished starting the TCP/IP processes
  17. cls
  18. echo Starting Modem Services ...
  19. call reg_prf.cmd
  20. echo     ..... DLL functions for user database access registered
  21. call reg_io.cmd
  22. echo     ..... DLL functions for modem control registered
  23. call reg_prf.cmd
  24. echo     ..... additional DLL functions registered
  25. REM call uc1.cmd
  26. echo     ..... Modem control for COM1 started
  27. REM call uc2.cmd
  28. echo     ..... Modem control for COM2 started
  29. REM call uc3.cmd
  30. echo     ..... Modem control for COM3 started
  31. REM call uc4.cmd
  32. echo     ..... Modem control for COM4 started
  33. echo ..... Finished starting Modem Services
  34. echo ..... exiting TCPSTART.CMD  .....
  35. exit
  36.